From a0eb9b97dee708ae496acee3497566d5465532c6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 23 Feb 2001 16:17:44 +0000 Subject: [PATCH] (hi-lock-unface-buffer): Use nil rather than t for predicate passed to completing-read. --- lisp/hi-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 20961226cb5..610a217916f 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -420,7 +420,7 @@ interactive functions. \(See `hi-lock-interactive-patterns'.\) (error "No highlighting to remove")) (list (completing-read "Regexp to unhighlight: " - hi-lock-interactive-patterns t t + hi-lock-interactive-patterns nil t (car (car hi-lock-interactive-patterns)) (cons 'history-list 1)))))) (let ((keyword (assoc regexp hi-lock-interactive-patterns))) -- 2.30.2